Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.models.utils
/
ListResult
/
ListResult
List
Result
constructor
(
page
:
Int
=
1
,
perPage
:
Int
=
0
,
totalItems
:
Int
=
0
,
totalPages
:
Int
=
0
,
items
:
List
<
T
>
)